dizzy_omega ~master (2022-04-01T11:00:10.9324115)
Dub
Repo
KeyHandler
unde
keybar
lib
Undocumented in source.
struct
KeyHandler {
void
delegate
(
GlobalState
gs
)
handler
;
string
description
;
string
icon
;
void
handle
(GlobalState gs);
}
Members
Functions
handle
void
handle
(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
description
string
description
;
Undocumented in source.
handler
void
delegate
(
GlobalState
gs
)
handler
;
Undocumented in source.
icon
string
icon
;
Undocumented in source.
Meta
Source
See Implementation
unde
keybar
lib
classes
KeyBar_Buttons
structs
ButtonParms
ButtonPos
KeyHandler